home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / SetAttributesDir / Pearls / game / SetAttributes
Text File  |  1996-10-22  |  730b  |  25 lines

  1. .k ScriptDir/A
  2. SetProtection "Admin.info" RWD
  3. SetProtection "Action.info" RWD
  4. SetProtection "Misc.info" RWD
  5. SetProtection "Platform.info" RWD
  6. SetProtection "Think.info" RWD
  7. CD "Action"
  8. Assign ScriptDir<$$>.3: "<ScriptDir>"
  9. Execute "ScriptDir<$$>.3:Action/SetAttributes" "ScriptDir<$$>.3:Action"
  10. CD /
  11. CD "Platform"
  12. Assign ScriptDir<$$>.3: "<ScriptDir>"
  13. Execute "ScriptDir<$$>.3:Platform/SetAttributes" "ScriptDir<$$>.3:Platform"
  14. CD /
  15. CD "Think"
  16. Assign ScriptDir<$$>.3: "<ScriptDir>"
  17. Execute "ScriptDir<$$>.3:Think/SetAttributes" "ScriptDir<$$>.3:Think"
  18. CD /
  19. CD "Misc"
  20. Assign ScriptDir<$$>.3: "<ScriptDir>"
  21. Execute "ScriptDir<$$>.3:Misc/SetAttributes" "ScriptDir<$$>.3:Misc"
  22. CD /
  23. SetProtection "Admin" SRWED
  24. Assign ScriptDir<$$>.3:
  25.